time.zoneTrans.index (field)
8 uses
time (current package)
zoneinfo.go#L55: index uint8 // the index of the zone that goes into effect at that time
zoneinfo.go#L196: zone := &l.zone[tx[lo].index]
zoneinfo.go#L236: if len(l.tx) > 0 && l.zone[l.tx[0].index].isDST {
zoneinfo.go#L237: for zi := int(l.tx[0].index) - 1; zi >= 0; zi-- {
zoneinfo.go#L259: if tx.index == 0 {
zoneinfo_read.go#L301: tx[i].index = txzones[i]
zoneinfo_read.go#L313: tx = append(tx, zoneTrans{when: alpha, index: 0})
zoneinfo_read.go#L326: l.cacheZone = &l.zone[tx[i].index]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |